Operation NuxeoDrive.GetTopLevelFolder (Nuxeo Drive: Get the top level folder)
| Operation id | NuxeoDrive.GetTopLevelFolder |
|---|---|
| Category | Services |
| Label | Nuxeo Drive: Get the top level folder |
| Requires | |
| Since |
Parameters
No parameters.
Signature
| Inputs | void |
|---|---|
| Outputs | blob |
Implementation Information
| Implementation Class | Class: org.nuxeo.drive.operations.NuxeoDriveGetTopLevelFolder |
|---|---|
| Contributing Component | org.nuxeo.drive.operations.NuxeoDriveGetRootsOperation |
JSON Definition
{
"id" : "NuxeoDrive.GetTopLevelFolder",
"label" : "Nuxeo Drive: Get the top level folder",
"category" : "Services",
"requires" : null,
"description" : null,
"url" : "NuxeoDrive.GetTopLevelFolder",
"signature" : [ "void", "blob" ],
"params" : [ ]
}